Call this method each time after changing your data source
if it doesn't implement IBindingList interface.
Or use BaseStorage{T, TMappingCollection}.Add
and BaseStorage{T, TMappingCollection}.Remove
instead of corresponding methods of your data source class.
シンタックス
'宣言
Public Sub RefreshData()
public void RefreshData()
参照